home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / pump_src / ph_fill.h < prev    next >
C/C++ Source or Header  |  1995-10-26  |  300b  |  19 lines

  1. #ifndef _PH_FILL_H_
  2. #define _PH_FILL_H_
  3.  
  4. #include "types.h"
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10. extern DWORD ex1, ex2, ex3, ey1, ey2, ey3;
  11. extern UWORD u1, u2, u3, v1, v2, v3;
  12. extern UWORD _frame_buffer_scan_width;
  13. extern phong_fill(void);
  14.  
  15. #ifdef __cplusplus
  16. };
  17. #endif
  18. #endif
  19.